home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -readerstuff- / g&a_williams / quake_scripts / badland1_quake < prev    next >
Text File  |  1999-06-21  |  460b  |  29 lines

  1. set echo off
  2. set game=Badland1
  3. requestchoice >env:afcdno "Check For AFCD" "Please Select The AFCD You Have*nAnd Put It Into Your Amiga CD Drive" "AFCD 30" "DOH I dont have them"
  4.  
  5. if val $afcdno eq 1
  6.     skip afcd30
  7. endif
  8.  
  9. if val $afcdno eq 0
  10.     skip Quit
  11. endif
  12.  
  13. lab AFCD30
  14. set location=AFCD30:-screenplay-/OtherStuff/Quake_Add_Ons
  15.  
  16.  
  17. lab start
  18.  
  19. set GameType=Map ; Game, Map, or Both
  20.  
  21. set MapName=badland1
  22.  
  23. set file1=badland1.bsp
  24.  
  25. execute DoNotTouch
  26.  
  27. lab quit
  28.  
  29.